Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump aiohttp from 3.10.10 to 3.11.7 in /_integration-tests/utils/agent #413

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

Bumps aiohttp from 3.10.10 to 3.11.7.

Release notes

Sourced from aiohttp's releases.

3.11.7

Bug fixes

  • Fixed the HTTP client not considering the connector's force_close value when setting the Connection header -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10003.

Miscellaneous internal changes

  • Improved performance of serializing HTTP headers -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10014.


3.11.6

Bug fixes

  • Restored the force_close method to the ResponseHandler -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9997.


3.11.5

Bug fixes

  • Fixed the ANY method not appearing in :meth:~aiohttp.web.UrlDispatcher.routes -- by :user:bdraco.

    Related issues and pull requests on GitHub:

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.11.7 (2024-11-21)

Bug fixes

  • Fixed the HTTP client not considering the connector's force_close value when setting the Connection header -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10003.

Miscellaneous internal changes

  • Improved performance of serializing HTTP headers -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10014.


3.11.6 (2024-11-19)

Bug fixes

  • Restored the force_close method to the ResponseHandler -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:9997.


3.11.5 (2024-11-19)

... (truncated)

Commits
  • bf04a1b Release 3.11.7 (#10019)
  • ed15e88 [PR #10014/50d23aee backport][3.11] Improve performance of serializing header...
  • 5bcf07d [PR #9961/c984a44b backport][3.11] Disable Python 3.14 builds (#10012)
  • c82c58a [PR #10003/78d1be5 backport][3.11] Fix client connection header not reflectin...
  • 496f649 [PR #10004/a334eef7 backport][3.11] Avoid building skip_headers in `ClientS...
  • d030c05 Increment version to 3.11.7.dev0 (#10002)
  • ff9602d Release 3.11.6 (#10000)
  • b7e3b30 [PR #9997/8c36b51 backport][3.11] Restore the force_close method to the `...
  • 81c33ec [PR #9991/7bbbd126 backport][3.11] Increase allowed benchmark run time to 7 m...
  • 25b49dc Increment version to 3.11.6.dev0 (#9993)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.10 to 3.11.7.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.10...v3.11.7)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 21, 2024 15:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 21, 2024
@dd-devflow
Copy link

dd-devflow bot commented Nov 21, 2024

Devflow running: /merge

View all feedbacks in Devflow UI.


2024-11-21 17:04:32 UTC ℹ️ MergeQueue: waiting for PR to be ready

This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.


2024-11-21 17:14:51 UTC ℹ️ MergeQueue: merge request added to the queue

The median merge time in main is 0s.


2024-11-21 19:15:26 UTCMergeQueue: The build pipeline has timeout

The merge request has been interrupted because the build took longer than expected. The current limit for the base branch 'main' is 120 minutes.

@RomainMuller RomainMuller added this pull request to the merge queue Nov 21, 2024
Merged via the queue into main with commit 295c8cb Nov 21, 2024
23 of 24 checks passed
@RomainMuller RomainMuller deleted the dependabot/pip/_integration-tests/utils/agent/aiohttp-3.11.7 branch November 21, 2024 21:11
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.25%. Comparing base (842ba8d) to head (19e2b8f).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #413      +/-   ##
==========================================
- Coverage   60.36%   60.25%   -0.12%     
==========================================
  Files         181      181              
  Lines       12707    12707              
==========================================
- Hits         7671     7657      -14     
- Misses       4526     4540      +14     
  Partials      510      510              
Components Coverage Δ
Generators 76.72% <ø> (ø)
Instruments 88.05% <ø> (ø)
Go Driver 73.94% <ø> (ø)
Toolexec Driver 70.66% <ø> (ø)
Aspects 71.50% <ø> (ø)
Injector 71.87% <ø> (ø)
Job Server 62.03% <ø> (-1.99%) ⬇️
Integration Test Suite 54.24% <ø> (ø)
Other 60.25% <ø> (-0.12%) ⬇️

see 2 files with indirect coverage changes

---- 🚨 Try these New Features:

github-merge-queue bot pushed a commit that referenced this pull request Dec 17, 2024
…tests/utils/agent (#471)

Bumps [aiosignal](https://github.com/aio-libs/aiosignal) from 1.3.1 to
1.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiosignal/releases">aiosignal's
releases</a>.</em></p>
<blockquote>
<h2>1.3.2</h2>
<h2>Deprecations and Removals</h2>
<ul>
<li>
<p>Dropped Python 3.7 support. (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/413">#413</a>)</p>
</li>
<li>
<p>Dropped Python 3.8 support. (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/645">#645</a>)</p>
</li>
</ul>
<h2>Misc</h2>
<ul>
<li>(<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/362">#362</a>)</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiosignal/blob/master/CHANGES.rst">aiosignal's
changelog</a>.</em></p>
<blockquote>
<h1>1.3.2 (2024-12-13)</h1>
<h2>Deprecations and Removals</h2>
<ul>
<li>
<p>Dropped Python 3.7 support.
<code>[#413](aio-libs/aiosignal#413)
&lt;https://github.com/aio-libs/aiosignal/issues/413&gt;</code>_</p>
</li>
<li>
<p>Dropped Python 3.8 support.
<code>[#645](aio-libs/aiosignal#645)
&lt;https://github.com/aio-libs/aiosignal/issues/645&gt;</code>_</p>
</li>
</ul>
<h2>Misc</h2>
<ul>
<li><code>[#362](aio-libs/aiosignal#362)
&lt;https://github.com/aio-libs/aiosignal/issues/362&gt;</code>_</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/f90f6d41891d9982b90ef2d2eddd9b3e41a63526"><code>f90f6d4</code></a>
Fix deployment (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/649">#649</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/74015c6edb46a3b43eeb97e663357e2b3e3d66de"><code>74015c6</code></a>
Release 1.3.2 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/648">#648</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/76a4814cb6d5e8e6426425001a53fafd8571ae39"><code>76a4814</code></a>
Setup deployment</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/29d792ebbd464bb2e061cd46a53cfee850a4cd4e"><code>29d792e</code></a>
Build(deps): Bump sphinx from 7.1.2 to 8.1.3 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/624">#624</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/0172922351ddf5fb24c6a008b50957d695de484c"><code>0172922</code></a>
Tune CI (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/647">#647</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/65cfb0d61e1fd06e43f81f4b8bdf4b83239b79b0"><code>65cfb0d</code></a>
Build(deps): Bump pytest-cov from 5.0.0 to 6.0.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/635">#635</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/d28799e74c830fded6c108bc221019651511ec59"><code>d28799e</code></a>
Build(deps-dev): Bump cherry-picker from 2.2.0 to 2.4.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/638">#638</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/6c3af5c0b626782d310f5564a17e9af08603557e"><code>6c3af5c</code></a>
Update pre-commit hooks (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/646">#646</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/6a463593d7e756fbec14518fd7e6fa6d9d3a3a3b"><code>6a46359</code></a>
Build(deps): Bump pytest-asyncio from 0.24.0 to 0.25.0 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/644">#644</a>)</li>
<li><a
href="https://github.com/aio-libs/aiosignal/commit/aece0ec6b9e416a4479ee46a2a3fd0225db92901"><code>aece0ec</code></a>
Build(deps): Bump pre-commit from 3.5.0 to 4.0.1 (<a
href="https://redirect.github.com/aio-libs/aiosignal/issues/621">#621</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiosignal/compare/v1.3.1...v1.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiosignal&package-manager=pip&previous-version=1.3.1&new-version=1.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file mergequeue-status: rejected python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant